home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20031118-20041115 / 000348_dickey@saltmine.radix.net_Wed Jul 28 14:14:10 2004.msg < prev    next >
Internet Message Format  |  2004-11-14  |  2KB

  1. Path: newsmaster.cc.columbia.edu!newsfeed1.nycmny01.us.to.verio.net!nntp2.tagonline.com!newsfeed2.dallas1.level3.net!news.level3.com!newsfeed.mathworks.com!news.maxwell.syr.edu!news.airnews.net!cabal13.airnews.net!cabal11.airnews.net!sn-xit-02!sn-xit-01!sn-post-01!supernews.com!corp.supernews.com!not-for-mail
  2. From: Thomas Dickey <dickey@saltmine.radix.net>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Setting the title?
  5. Date: Wed, 28 Jul 2004 16:49:29 -0000
  6. Organization: RadixNet Internet Services
  7. Message-ID: <10gfm8pqul7k193@corp.supernews.com>
  8. References: <ce5up2$ml6$1@blue.rahul.net> <41068BC0.4080407@nyc.rr.com> <ce6a0l$q7s$1@blue.rahul.net>
  9. User-Agent: tin/1.4.4-20000803 ("Vet for the Insane") (UNIX) (SunOS/5.8 (sun4u))
  10. X-Complaints-To: abuse@supernews.com
  11. Lines: 31
  12. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15104
  13.  
  14. dold@settingxth.usenet.us.com wrote:
  15. > Jeffrey Altman <jaltman2@nyc.rr.com> wrote:
  16. >> Both the Xterm SET WINDOW TITLE sequence and the DEC VT DECSWT
  17. >> sequences are supported by Kermit 95 to set the title of the
  18. >> window.
  19.  
  20. > Here's what I'm sending to an Xterm successfully (the ^[ is really an
  21. > embedded escape, and the ^G is an embedded control-g).
  22. >     echo "^[]0;$TITLE^G"
  23. > If I send this to a K95 vt320 window, the screen scrolls up one line, but
  24. > after that, I have no caharacters echoed to the screen.  Keystorkes are
  25. > still working, but I don't see anything on screen until I do alt=
  26.  
  27. > I've looked at a log session, and the string is arriving.
  28.  
  29. A real DEC terminal would insist that the string be properly terminated
  30. (with a ST - code 0x9c or an ESC followed by backslash).  xterm accepts
  31. a BEL (^G) for a terminator, probably because someone long ago decided
  32. the standard terminators were too much trouble to send in a shell script.
  33.  
  34. XFree86 xterm accepts either -
  35.  
  36. xterm supports ANSI color, VT220 emulation and UTF-8
  37. There's an faq at
  38.     http://invisible-island.net/xterm/xterm.faq.html
  39.     ftp://invisible-island.net/xterm/
  40.  
  41. -- 
  42. Thomas E. Dickey
  43. http://invisible-island.net
  44. ftp://invisible-island.net